home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Shareware City / Updaters / SCpp 7.0.3 Update / READ ME < prev   
Encoding:
Text File  |  1994-07-26  |  2.6 KB  |  83 lines  |  [TEXT/ttxt]

  1. ABOUT SYMANTEC C/C++ for MPW 7.0.3
  2. ==================================
  3. Copyright © 1994 Symantec Corporation. All Rights Reserved.
  4. May 19, 1994
  5. Font: Geneva 12
  6.  
  7. INTRODUCTION
  8. =============
  9. The Symantec C/C++ for MPW 7.0.3 Update corrects problems with the 7.0 version of the
  10. following parts of the Symantec C/C++ for MPW system: SCpp, and SC.
  11.  
  12. UPDATING YOUR SYSTEM
  13. =====================
  14. Updating your Symantec C++ for MPW 7.0.3 installation is a two step process: you need to patch the tools, and you need to rebuild the libraries.
  15.  
  16. Patching Things Up
  17. -----------------
  18. This update contains two small applications in the ‘Patches’ folder that
  19. will transform your tools into the new versions. Updating is easy:
  20.  
  21. • Double-click on the patch application (i.e. “SCpp 7.0.3 Patch”).
  22. • Read the messages in the dialog that comes up; they may contain
  23.   important information. Click the ‘Patch’ button.
  24. • Select the tool asked for using the standard file dialog box.
  25.  
  26.     •••••••••
  27.  IMPORTANT
  28.     •••••••••
  29.     
  30.     The patch is done in place! This means that the patcher will overwrite
  31.     the file you’re updating. When it is done, you will get a confirmation that
  32.  the patch was successful.
  33.     
  34. • Repeat these steps for the other patches in the ‘Patches’ folder:
  35.  
  36.     SC 7.0.3 Patch
  37.  
  38. Updating the Headers and Libraries
  39. -------------------------------
  40. There is a new version of Lists.h that removes an extraneous declaration from
  41. the beginning of the file.  This file was provided with the 7.0.2 update, so you only
  42. need to add it if you are upgrading from 7.0.  Install this by either dragging the file to the SCIncludes folder, or by changing to the directory containing the new file in MPW and executing the following line:
  43.  
  44.     Duplicate -y Lists.h "{SCIncludes}"
  45.  
  46. We recommend that you rebuild the standard libraries with the latest compilers. To
  47. do this, do the following:
  48.  
  49. • Move to the folder containing the source for the C library:
  50.  
  51.     Directory "{SCLibraries}"SCSrcLibC
  52.  
  53. • If the folder "SCObj" doesn't exist, create it with
  54.  
  55.     NewFolder SCObj
  56.                 NewFolder SCObj881
  57.  
  58. • Rebuild the libraries. When asked if you want to replace the older libs, click Yes:
  59.  
  60.     BuildProgram SCLibC
  61.     BuildProgram SCLibC881
  62.  
  63. • Move to the folder containing the source for the C++ libraries:
  64.  
  65.     Directory "{SCLibraries}"SCSrcLibCpp
  66.  
  67. • If the folder "SCObj" doesn't exist, create it with
  68.  
  69.     NewFolder SCObj
  70.                 NewFolder SCObj881
  71.  
  72. • Rebuild the libraries. When asked if you want to replace the older libs, click Yes:
  73.  
  74.     BuildProgram SCLibCpp
  75.     BuildProgram SCLibCpp881
  76.  
  77.     •••••••••
  78.  IMPORTANT
  79.     •••••••••
  80.     
  81. All precompiled headers must be re-precompiled to use the new compiler.
  82.  
  83.